home *** CD-ROM | disk | FTP | other *** search
- property nextMarker
-
- on prepareFrame me
- cursor([17, 18])
- if not frameReady(the frame + 1, nextMarker) then
- go(marker(0))
- else
- cursor(-1)
- go(the frame + 1)
- end if
- end
-
- on getPropertyDescriptionList
- set propertyDescriptionList to [#nextMarker: [#comment: "Mark to hold for:", #format: #marker, #default: #next]]
- return propertyDescriptionList
- end
-
- on getBehaviorDescription
- return "This behavior holds the movie at the current frame until a specified segment of the movie is finished downloading from the net."
- end
-